Appliance Recovery Backup SystemName Archive FilterSpec
The Appliance Recovery Backup SystemName Archive FilterSpec schema contains properties used to filter the results when listing backup archives (see POST /appliance/recovery/backup/system-name/{systemName}/archives?action=list). If multiple properties are specified, only backup archives matching all of the properties match the filter.
This schema was added in vSphere API 6.7.
{
"start_timestamp": "string",
"end_timestamp": "string",
"comment_substring": "string",
"max_results": 0
}
Backup must have been taken on or after this time to match the filter.
This property was added in vSphere API 6.7.
If missing or null
the filter will match oldest backups.
Backup must have been taken on or before this time to match the filter.
This property was added in vSphere API 6.7.
If missing or null
the filter will match most recent backups.
Backup comment must contain this string to match the filter.
This property was added in vSphere API 6.7.
If missing or null
the filter will match backups with any comment.
Limit result to a max count of most recent backups.
This property was added in vSphere API 6.7.
If missing or null
it defaults to 128.